home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / fall_dow.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-13  |  149b  |  8 lines

  1. on(release){
  2.    _root.fsincrement = 0.5;
  3.    _root.fsincrement2 = 0.9;
  4.    _root.bsincrement = 0;
  5.    _root.leveltime = 30;
  6.    gotoAndStop(4);
  7. }
  8.